home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility3 / 3dctrl.zip / 3DTEST.FRM (.txt) < prev    next >
Visual Basic Form  |  1993-01-08  |  2KB  |  45 lines

  1. Form1
  2. 3D Test
  3.    1/8/93   03:59 PM
  4. Form1
  5. Command2
  6. MsgBox
  7.     CMDialog1
  8. CommonDialog
  9. Command1
  10.     File Open
  11. Label1
  12. This is a demonstration of using the CTL3D.DLL from Excel to apply 3D effects to screens. Alas, it doesn't work with VB forms, but it still makes it easy to apply a 3D-look to common dialogs and message boxes.
  13.     Form_Load
  14. GetModuleHandle
  15. lpModuleName
  16. Ctl3dRegister
  17.     hInstance
  18. Ctl3dAutoSubClass
  19. Ctl3dUnregister
  20. Form_Unload
  21. Cancel.
  22. Command1_Click
  23.     CmDialog1
  24. Action
  25. Command2_Click
  26. Label1_Click
  27. Kernel
  28.     CTL3D.DLL
  29.     CTL3D.DLL
  30.     CTL3D.DLL
  31. How to use CTL3D.DLL
  32. 1. Call GetModuleHandle to get an instance handle for your app--required by all the CTL3D calls
  33. 2. Call Ctl3dRegister and Ctl3dAutoSubClassh
  34. 3. Be sure to call Ctl3dUnregister before ending your appr
  35. See Form_Load and Form_Unload procedures for more info
  36. Paul Bonnera
  37. CIS: 76000,13
  38. Command1_Click
  39. Command2_Click
  40. This is a test of the 3D Control
  41. Message Box
  42. Form_Load
  43. 3dTest.EXE
  44. Form_Unload
  45.